Calculate payout amount

Calculate fee amount, given a specified amount and payment method for the specified account, and return both fee and payout minus fee.

Securitytilia_auth
Request
path Parameters
account_id
required
string (AccountId) <= 36 characters

Account ID.

Example: acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b
query Parameters
amount
required
string <int64>

Payout amount prior to fee being taken out.

Example: amount=100
payment_method_id
required
string (PaymentMethodId) <= 36 characters

Payout payment method ID.

Example: payment_method_id=pm_2V2bA0r2hJpUnCA9HeTgOl0rONr
Responses
200

Successfully calculated payout amount.

400

Validation error.

500

Service unavailable or server error.

get/v2/{account_id}/payout/calculate
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "message": null,
  • "codes": null,
  • "payload": {
    }
}